home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DJEMU106.ARJ / CRT0.S < prev    next >
Text File  |  1991-05-08  |  167b  |  17 lines

  1.  
  2. /*
  3. **    Special version for emu387 - acts like subroutine call
  4. */
  5.  
  6.     .text
  7.  
  8.     .globl    start
  9. start:
  10.     jmp    _main
  11.  
  12.     .data
  13.  
  14.     .globl    _environ
  15. _environ:
  16.     .long    0
  17.